﻿
.aboutUs
{
    padding:5px;
    background: #f0eff4;
    box-sizing:border-box;
}
    .aboutUs .head
    {
        padding:2px;
        border-radius:5px;
        box-shadow:0px 0px 3px #e1dede;
    }
        .aboutUs .head img
        {
            width:100%;
            border-radius:5px;
        }
    .aboutUs .body
    {
        margin-top:15px;
        padding:5px;
        border-radius:5px;
        box-shadow:0px 0px 3px #e1dede;
    }

.a001
{
        margin-top:15px;
        padding:5px;
        border-radius:5px;
        box-shadow:0px 0px 3px #e1dede;
        overflow:hidden;

}
    .a001  dd
    {
        padding-left:20%;
        float:left;     
        line-height:40px;
        height:40px;
        text-align:left;
        overflow:hidden;
        font-weight:bold;
        color:#1c5dc3;
    }
        .a001 dd a
        {
            color:#1c5dc3;
        }
    .a001 dt
    {
        font-weight:bold;
        line-height:40px;
        height:40px;
        border-bottom:dotted 2px #e1dede;
    }

    .leaving
{
   margin:0 10px;
   text-align:center;
   overflow:hidden;
   
   padding:15px 0;
}

    .leaving .mtitle
    {
        position:relative;
        display:inline-block;
        text-align:center;
        font-size:1em;
        padding:10px 0;
        line-height:24px;

    }
        .leaving .mtitle span
        {
            display:inline-block;
            background-image:url(images/icon_wr.jpg);
            background-repeat:no-repeat;
            background-position:center center;
            width:12px;
            height:12px;
            margin-right:7px;
            
        }
    .leaving .item
    {
        position:relative;
        width:100%;
        overflow:hidden;
        
        
    }
    .leaving .notice
    {
        position:relative;
        width:100%;
        overflow:hidden;
        display:none;
        background:#ffd800;
        color:#ff6a00;
        text-align:center;
        line-height:26px;
        height:26px;
        font-size:1em;
        margin-bottom:10px;
    }
    .leaving .item input
    {
        width:100%;
        height:3em;
        line-height:3em;
        padding-left:3em;
        border:1px solid  #ccc;
        border-radius:2px;
        box-sizing:border-box;
        outline:none;
        box-shadow:none;
        
    }
        .leaving .item input:focus
        {
            border:1px solid #85b7fc;
            border-radius:2px;
            outline:none;
            box-shadow:none;
            z-index:20;
            margin-top:0;
            
        }

        .leaving .item .user
        {
            background-image:url(images/icon_p.png);
            background-position:10px center;
            background-repeat:no-repeat;
        }
        .leaving .item .email
        {
            background-image:url(images/icon_e.png);
            background-position:10px center;
            background-repeat:no-repeat;
            margin-top:-1px;
            
        }
        .leaving .item .phone
        {
            background-image:url(images/icon_d.png);
            background-position:10px center;
            background-repeat:no-repeat;
            margin-top:-1px;
            
        }
        .leaving .item textarea
        {
        width:100%;
        height:80px;
        line-height:1.5em;
        padding-left:3em;
        border:1px solid  #ccc;
        border-radius:2px;
        box-sizing:border-box;
        outline:none;
        box-shadow:none;
        padding-top:7px;
        padding-bottom:7px;
        }
       .leaving .item textarea:focus
        {
            border:1px solid #85b7fc;
            border-radius:2px;
            outline:none;
            box-shadow:none;
            z-index:20;
            margin-top:0;
         }
         .leaving .item .msg
        {
            background-image:url(images/icon_s.png);
            background-position:10px 11px;
            background-repeat:no-repeat;
            margin-top:-1px;
            
        }
        .leaving .item .g_button
        {
            color:#fff;
            text-align:center;
            font-size:1em;
            padding:0;
            height:2em;
            line-height:2em;
            border:0;
            outline:none;
            display:block;
            background: -webkit-linear-gradient(bottom left,#fcbb14,#ff7214);
            background:linear-gradient(bottom left,#fcbb14,#ff7214);
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);

        }
        .leaving  .tj
        {
            padding:20px 0;
        }
